home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineButton2_846
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2007-05-10
|
363b
|
22 lines
on(release){
if(_root.qt > 0)
{
_root.gold.start();
_root.into.start();
_root.qt -= 1;
_root.g += 400;
}
else
{
_root.err.start(1.2,1);
if(_root.yuyan == 0)
{
g_mous.show = "你没有此道具!";
}
else
{
g_mous.show = "Nothing!!";
}
}
}